Calculates the text display rectangle from the window rectangle
#include <GuiToolTip.au3>
_GUIToolTip_AdjustRect ( $hWnd, ByRef $tRect [, $fLarger = True] )
| $hWnd | Handle to the ToolTip control (returned by _GUIToolTip_Create.) |
| $tRect | $tagRECT structure that holds a window or text display rectangle |
| $fLarger | [optional] Value that specifies which operation to perform. If True, $tRect is used to specify a text display rectangle and it receives the corresponding window rectangle. If False, $tRect is used to specify a window rectangle and it receives the corresponding text display rectangle. |